*{
    padding:0;
    margin:0;

}
.container-fluid{
    padding:0;
}
.my_font{
    font-size:14px;
}
.text-in{
    text-indent: 2em;
    text-align:left;
}
/* 左侧 */
.comptitle_style{
    position:absolute;
    line-height:26px;
    height:26px;
    
}
.title_style{
    font-style:normal;
    background:url(http://www.haizhiguan.com/images/t_ico.jpg) no-repeat left top;
    height:26px;
    color:#554;
    font-weight: normal;
}
.first_box{
    height:auto;
    width:100%;
    min-height:550px;
}
.first_left_ul{
    text-align:center;
}
.first_left_ul li{
    width:200px;
    height:30px;
    line-height:30px;
    font-size:14px;
    margin:2px;
    background: -webkit-linear-gradient(#fcfcfc, #e7e8e8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fcfcfc, #e7e8e8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fcfcfc, #e7e8e8); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fcfcfc, #e7e8e8); /* 标准的语法 */;
    border:1px solid #ccc;
}
.first_left_ul li:hover{
    cursor: pointer;
    background: -webkit-linear-gradient(#fcfcfc, rgba(126, 200, 235, 0.5)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fcfcfc, rgba(126, 200, 235, 0.5)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fcfcfc, rgba(126, 200, 235, 0.5)); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fcfcfc, rgba(126, 200, 235, 0.5)); /* 标准的语法 */;
    color:#044dbb;
    border:1px solid rgba(126, 200, 235, 0.5)
}
.first_left_ul li a{  
    display: inline-block;
    width:100%;
    text-decoration: none;
    color:#000;
}
@media screen and (min-width:768px) and (max-width:992px){
    .first_left_ul li{
        width:150px;
        height:30px;
    }
}
@media screen and (min-width:576px) and (max-width:768px){
    .first_left_ul li{
        width:150px;
        height:30px;
    }
}
.rongyu_title{
    width:100%;
    height:80px;
    line-height:80px;
    text-align:center;
    font-weight: 500;
}
.content_style{
    height:auto;
    min-height:380px;
    width:90%;
    margin:auto;
    margin-bottom:30px;  
}
.img_height{
    width:50%;
    height:100%;
    /* min-height:235px; */
    padding:13px;
}

/* 分页 */
.block{
    height:30px;
    position: absolute;
    bottom:-60px;
    right:20px;
    bottom:-10px;

}
.pagination{
    margin-top:-30px;
}
.pagination li{
    /* width:auto; */
    padding:0 5px;
    margin:0 3px;
    border:1px solid #ccc;
    background: -webkit-linear-gradient(#fcfcfc, rgba(221, 221, 223, 0.8)); 
    background: -o-linear-gradient(#fcfcfc, rgba(221, 221, 223, 0.8)); 
    background: -moz-linear-gradient(#fcfcfc, rgba(221, 221, 223, 0.8)); 
    background: linear-gradient(#fcfcfc, rgba(221, 221, 223, 0.8)); 
    font-size:12px;
   
}
.pagination li a{
    text-decoration: none;
    color:#000;
}
li.pagechange {
    padding:0 5px;
    margin:0 3px;
    border:1px solid rgb(6, 123, 219);
    background: -webkit-linear-gradient(#fcfcfc, rgba(58, 185, 243, 0.8)); 
    background: -o-linear-gradient(#fcfcfc, rgba(58, 185, 243, 0.8)); 
    background: -moz-linear-gradient(#fcfcfc, rgba(58, 185, 243, 0.8)); 
    background: linear-gradient(#fcfcfc, rgba(58, 185, 243, 0.8)); 
    font-size:12px;
}
.page_size{
    font-size:14px;
    color:#aaa;
    height:30px;
    position: absolute;
    bottom:0px;
    left:40px;
}
.jiaona{
    font-size:14px;
    padding-top:5px;
    padding-bottom:15px;

}
.jiaona a{
    color:#666;

}
.jiaona a:hover{
    color:rgb(7, 102, 245);

}
.aaa{
    
    border:1px solid #ccc;
}
.aaa:hover{
    border:1px solid red;
    padding:5px;
    background:rgba(248, 245, 90, 0.5);
}
